﻿2026-07-06T05:45:07.4484903Z ##[group]Run actions/checkout@v5
2026-07-06T05:45:07.4485434Z with:
2026-07-06T05:45:07.4485730Z   repository: SaberMage/spt-core
2026-07-06T05:45:07.4488769Z   token: ***
2026-07-06T05:45:07.4489080Z   ssh-strict: true
2026-07-06T05:45:07.4489360Z   ssh-user: git
2026-07-06T05:45:07.4489668Z   persist-credentials: true
2026-07-06T05:45:07.4489987Z   clean: true
2026-07-06T05:45:07.4490296Z   sparse-checkout-cone-mode: true
2026-07-06T05:45:07.4490653Z   fetch-depth: 1
2026-07-06T05:45:07.4490934Z   fetch-tags: false
2026-07-06T05:45:07.4491384Z   show-progress: true
2026-07-06T05:45:07.4491677Z   lfs: false
2026-07-06T05:45:07.4491943Z   submodules: false
2026-07-06T05:45:07.4492251Z   set-safe-directory: true
2026-07-06T05:45:07.4492557Z env:
2026-07-06T05:45:07.4492833Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-06T05:45:07.4493204Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-06T05:45:07.4493563Z ##[endgroup]
2026-07-06T05:45:07.6415130Z Syncing repository: SaberMage/spt-core
2026-07-06T05:45:07.6416404Z ##[group]Getting Git version info
2026-07-06T05:45:07.6416879Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-06T05:45:07.6659806Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-06T05:45:07.6875045Z git version 2.43.0.windows.1
2026-07-06T05:45:07.6901585Z ##[endgroup]
2026-07-06T05:45:07.6909614Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\4a1e3295-6b99-473e-bd8f-f454aad69dcf\.gitconfig'
2026-07-06T05:45:07.6922412Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\4a1e3295-6b99-473e-bd8f-f454aad69dcf' before making global git config changes
2026-07-06T05:45:07.6923373Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T05:45:07.6927568Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-06T05:45:07.7183565Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-06T05:45:07.7397145Z https://github.com/SaberMage/spt-core
2026-07-06T05:45:07.7425132Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-06T05:45:07.7429440Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-06T05:45:07.7650798Z HEAD
2026-07-06T05:45:07.7902425Z ##[endgroup]
2026-07-06T05:45:07.7906079Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-06T05:45:08.2598094Z ##[group]Cleaning the repository
2026-07-06T05:45:08.2598707Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-06T05:45:13.2991387Z Removing target/
2026-07-06T05:45:13.3022690Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-06T05:45:13.3435404Z HEAD is now at feb2dd90 Merge e738ede2f1b08e663db3c5f0301486413c6e7289 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T05:45:13.3457347Z ##[endgroup]
2026-07-06T05:45:13.3461703Z ##[group]Disabling automatic garbage collection
2026-07-06T05:45:13.3466719Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-06T05:45:13.3728821Z ##[endgroup]
2026-07-06T05:45:13.3729445Z ##[group]Setting up auth
2026-07-06T05:45:13.3736170Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-06T05:45:13.3987158Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-06T05:45:13.8929424Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T05:45:13.9194865Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-06T05:45:14.4333750Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T05:45:14.4574430Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-06T05:45:14.9617981Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-06T05:45:14.9937990Z ##[endgroup]
2026-07-06T05:45:14.9938675Z ##[group]Fetching the repository
2026-07-06T05:45:14.9945074Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +cd4f0727256670b452497a6f671b62c6481820b7:refs/remotes/pull/52/merge
2026-07-06T05:45:15.8570035Z From https://github.com/SaberMage/spt-core
2026-07-06T05:45:15.8570609Z  + feb2dd90...cd4f0727 cd4f0727256670b452497a6f671b62c6481820b7 -> pull/52/merge  (forced update)
2026-07-06T05:45:15.8697814Z ##[endgroup]
2026-07-06T05:45:15.8698243Z ##[group]Determining the checkout info
2026-07-06T05:45:15.8698569Z ##[endgroup]
2026-07-06T05:45:15.8703908Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-06T05:45:15.8992077Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-06T05:45:15.9230603Z ##[group]Checking out the ref
2026-07-06T05:45:15.9234722Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/52/merge
2026-07-06T05:45:15.9673322Z Warning: you are leaving 1 commit behind, not connected to
2026-07-06T05:45:15.9673703Z any of your branches:
2026-07-06T05:45:15.9673825Z 
2026-07-06T05:45:15.9674080Z   feb2dd90 Merge e738ede2f1b08e663db3c5f0301486413c6e7289 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T05:45:15.9674404Z 
2026-07-06T05:45:15.9674535Z If you want to keep it by creating a new branch, this may be a good time
2026-07-06T05:45:15.9674797Z to do so with:
2026-07-06T05:45:15.9674940Z 
2026-07-06T05:45:15.9675063Z  git branch <new-branch-name> feb2dd90
2026-07-06T05:45:15.9675223Z 
2026-07-06T05:45:15.9675452Z HEAD is now at cd4f0727 Merge 8a54b2c7c16b3f95beb839cb6e205f72fe2b7958 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T05:45:15.9943898Z ##[endgroup]
2026-07-06T05:45:15.9948066Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-06T05:45:16.0171713Z cd4f0727256670b452497a6f671b62c6481820b7
